Html Css Color HEX #CF6CE4 Orchid

📋 copy color: '#CF6CE4'

red 207 ◦ green 108 ◦ blue 228

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

Shades of Orchid #CF6CE4

Tints of Orchid #CF6CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.89%

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 38.12%
G = 19.89%
B = 41.99%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF6CE4 (or 0xCF6CE4) is known color: Orchid. HEX triplet: CF, 6C and E4. RGB value is (207,108,228). Sum of RGB (Red+Green+Blue) = 207+108+228=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CE4 is #30931B. Grayscale: #969696. Windows color (decimal): -3183388 or 14970063. OLE color: 14970063.

HSL color Cylindrical-coordinate representation of color #CF6CE4: hue angle of 289.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6CE4 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 108 228 -
CMYK 0.09 0.53 0 0.11
HSL 289.5º 0.69% 0.66% -
HSV(B) 289.5º 0.53% 0.89% -
XYZ 45.1 29.59 76.73 -
YUV 151.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 207 108 228 0.09 0.53 0 0.11 289.5 0.69 0.66
Hex CF 6C E4 9 35 0 B 122 45 42
Octal 317 154 344 11 65 0 13 442 105 102
Binary 11001111 1101100 11100100 1001 110101 0 1011 100100010 1000101 1000010

Color Harmonies of #CF6CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CE4

Black with #CF6CE4

Text Example


Text Example

White with #CF6CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CE4; }

 p { color: rgb(207,108,228); }

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

background-color css

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

 a { background-color: rgb(207,108,228); }

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

border-color css

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

 span { border-color: rgb(207,108,228); }

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