Html Css Color HEX #CF67CC Orchid

📋 copy color: '#CF67CC'

red 207 ◦ green 103 ◦ blue 204

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

Shades of Orchid #CF67CC

Tints of Orchid #CF67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.04%

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

R = 40.27%
G = 20.04%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF67CC (or 0xCF67CC) is known color: Orchid. HEX triplet: CF, 67 and CC. RGB value is (207,103,204). Sum of RGB (Red+Green+Blue) = 207+103+204=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67CC is #309833. Grayscale: #919191. Windows color (decimal): -3184692 or 13395919. OLE color: 13395919.

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

Color convert

RGB 207 103 204 -
CMYK 0 0.50 0.01 0.19
HSL 301.73º 0.52% 0.61% -
HSV(B) 301.73º 0.5% 0.81% -
XYZ 41.48 27.33 60.21 -
YUV 145.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 207 103 204 0 0.50 0.01 0.19 301.73 0.52 0.61
Hex CF 67 CC 0 32 1 13 12E 34 3D
Octal 317 147 314 0 62 1 23 456 64 75
Binary 11001111 1100111 11001100 0 110010 1 10011 100101110 110100 111101

Color Harmonies of #CF67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67CC

Black with #CF67CC

Text Example


Text Example

White with #CF67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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