Html Css Color HEX #CC67CF Orchid

📋 copy color: '#CC67CF'

red 204 ◦ green 103 ◦ blue 207

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

Shades of Orchid #CC67CF

Tints of Orchid #CC67CF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CC67CF: hue angle of 298.27º 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 #CC67CF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 103 207 -
CMYK 0.01 0.50 0 0.19
HSL 298.27º 0.52% 0.61% -
HSV(B) 298.27º 0.5% 0.81% -
XYZ 41.01 27.04 62.09 -
YUV 145.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 204 103 207 0.01 0.50 0 0.19 298.27 0.52 0.61
Hex CC 67 CF 1 32 0 13 12A 34 3D
Octal 314 147 317 1 62 0 23 452 64 75
Binary 11001100 1100111 11001111 1 110010 0 10011 100101010 110100 111101

Color Harmonies of #CC67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67CF

Black with #CC67CF

Text Example


Text Example

White with #CC67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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