Html Css Color HEX #CF66D7 Orchid

📋 copy color: '#CF66D7'

red 207 ◦ green 102 ◦ blue 215

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

Shades of Orchid #CF66D7

Tints of Orchid #CF66D7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.47%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 39.5%
G = 19.47%
B = 41.03%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF66D7 (or 0xCF66D7) is known color: Orchid. HEX triplet: CF, 66 and D7. RGB value is (207,102,215). Sum of RGB (Red+Green+Blue) = 207+102+215=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF66D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66D7 is #309928. Grayscale: #919191. Windows color (decimal): -3184937 or 14116559. OLE color: 14116559.

HSL color Cylindrical-coordinate representation of color #CF66D7: hue angle of 295.75º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF66D7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 102 215 -
CMYK 0.04 0.53 0 0.16
HSL 295.75º 0.59% 0.62% -
HSV(B) 295.75º 0.53% 0.84% -
XYZ 42.75 27.67 67.38 -
YUV 146.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 207 102 215 0.04 0.53 0 0.16 295.75 0.59 0.62
Hex CF 66 D7 4 35 0 10 128 3B 3E
Octal 317 146 327 4 65 0 20 450 73 76
Binary 11001111 1100110 11010111 100 110101 0 10000 100101000 111011 111110

Color Harmonies of #CF66D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66D7

Black with #CF66D7

Text Example


Text Example

White with #CF66D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66D7; }

 p { color: rgb(207,102,215); }

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

background-color css

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

 a { background-color: rgb(207,102,215); }

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

border-color css

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

 span { border-color: rgb(207,102,215); }

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