Html Css Color HEX #CF69CC Orchid

📋 copy color: '#CF69CC'

red 207 ◦ green 105 ◦ blue 204

#CF69CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF69CC

Tints of Orchid #CF69CC

RGB

 RED value IS 207 (81.25% from 255) = 40.12%

 GREEN value IS 105 (41.41% from 255) = 20.35%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 40.12%
G = 20.35%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF69CC (or 0xCF69CC) is known color: Orchid. HEX triplet: CF, 69 and CC. RGB value is (207,105,204). Sum of RGB (Red+Green+Blue) = 207+105+204=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69CC is #309633. Grayscale: #929292. Windows color (decimal): -3184180 or 13396431. OLE color: 13396431.

HSL color Cylindrical-coordinate representation of color #CF69CC: hue angle of 301.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69CC is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 204 -
CMYK 0 0.49 0.01 0.19
HSL 301.76º 0.52% 0.61% -
HSV(B) 301.76º 0.49% 0.81% -
XYZ 41.68 27.73 60.28 -
YUV 146.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 207 105 204 0 0.49 0.01 0.19 301.76 0.52 0.61
Hex CF 69 CC 0 31 1 13 12E 34 3D
Octal 317 151 314 0 61 1 23 456 64 75
Binary 11001111 1101001 11001100 0 110001 1 10011 100101110 110100 111101

Color Harmonies of #CF69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69CC

Black with #CF69CC

Text Example


Text Example

White with #CF69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69CC; }

 p { color: rgb(207,105,204); }

 H1.HeaderClassName
 {
   color: #CF69CC;
 }
 .AnyTagClassName
 {
   color: #CF69CC;
 }
</style>

background-color css

<style>
 a { background-color: #CF69CC; }

 a { background-color: rgb(207,105,204); }

 div.DivClassName
 {
   background-color: #CF69CC;
 }
 .BgClassName
 {
   background-color: #CF69CC;
 }
</style>

border-color css

<style>
 span { border-color: #CF69CC; }

 span { border-color: rgb(207,105,204); }

 td.TdClassName
 {
   border-color: #CF69CC;
 }
 .TagClassName
 {
   border-color: #CF69CC;
 }
</style>